Horizon Insights MCP provides market data, financial statements, valuation data, research materials, transcripts, charts, macro indicators, and market news for investment research workflows.
Overview
Horizon Insights MCP is a remote MCP server for investment research workflows.
It provides access to market data, financial statements, valuation data, macro indicators, charts, company transcripts, research materials, market news, and stock screening capabilities.
Connection:
- Remote MCP URL: https://vmcp.hzinsights.com/mcp/
- Authentication: Bearer Token
- Header format: Authorization: Bearer <USER_TOKEN>
Users can create a token in the user center and configure it in MCP clients or platforms that support remote MCP servers.
Server Config
{
"mcpServers": {
"horizon-insights": {
"url": "https://vmcp.hzinsights.com/mcp/",
"headers": {
"Authorization": "Bearer <USER_TOKEN>"
}
}
}
}